added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBDynamicallyBuildLambdaExpressionWithField / DynamicCondition / ConditionBuilder.Designer.vb
blobc8a78528c295a79e444eacbfc71314143f1e9449
1 'INSTANT C# NOTE: Formerly VB project-level imports:
2 Imports System.Collections
4 Imports DynamicCondition
5 Imports System.ComponentModel
7 <CompilerServices.DesignerGenerated()>
8 Partial Public Class ConditionBuilder
9 Inherits UserControl
11 'UserControl overrides dispose to clean up the component list.
12 <DebuggerNonUserCode()>
13 Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
14 Try
15 If disposing AndAlso components IsNot Nothing Then
16 components.Dispose()
17 End If
18 Finally
19 MyBase.Dispose(disposing)
20 End Try
21 End Sub
23 'Required by the Windows Form Designer
24 Private components As System.ComponentModel.IContainer
26 'NOTE: The following procedure is required by the Windows Form Designer
27 'It can be modified using the Windows Form Designer.
28 'Do not modify it using the code editor.
29 <DebuggerStepThrough()>
30 Private Sub InitializeComponent()
31 Me.ConditionLine1 = New DynamicCondition.ConditionLine()
32 Me.SuspendLayout()
34 'ConditionLine1
36 Me.ConditionLine1.Anchor = CType(((AnchorStyles.Top Or AnchorStyles.Left) Or AnchorStyles.Right), AnchorStyles)
37 Me.ConditionLine1.AutoScroll = True
38 Me.ConditionLine1.DataSource = Nothing
39 Me.ConditionLine1.DataType = Nothing
40 Me.ConditionLine1.Location = New Point(3, 3)
41 Me.ConditionLine1.Name = "ConditionLine1"
42 Me.ConditionLine1.OperatorType = DynamicCondition.DynamicQuery.Condition.Compare.And
43 Me.ConditionLine1.Size = New Size(456, 32)
44 Me.ConditionLine1.TabIndex = 0
46 'ConditionBuilder
48 Me.AutoScaleDimensions = New SizeF(6.0F, 13.0F)
49 Me.AutoScaleMode = AutoScaleMode.Font
50 Me.AutoScroll = True
51 Me.Controls.Add(Me.ConditionLine1)
52 Me.Name = "ConditionBuilder"
53 Me.Size = New Size(462, 37)
54 Me.ResumeLayout(False)
56 'INSTANT C# NOTE: Converted event handler wireups:
57 ' MyBase.Load += New System.EventHandler(ConditionBuilder_Load)
59 End Sub
60 Friend ConditionLine1 As ConditionLine
62 End Class